Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virt.virtnet : update vm.virtnet when guest reboot #1180

Merged
merged 1 commit into from
Dec 4, 2013
Merged

virt.virtnet : update vm.virtnet when guest reboot #1180

merged 1 commit into from
Dec 4, 2013

Conversation

lmr
Copy link
Member

@lmr lmr commented Dec 4, 2013

When starting a guest with one nic device, then
starting a guest with two nics (not removing env),
the second nic can not be initialized correctly.

When booting a guest with nic_extra_params, then
booting another guest without this option, the
second guest will boot with nic_extra_params
unexpectedly.

The root cause of these issues is that we don't
update virtnet when the VM object is preprocessed.

Signed-off-by: Yunping Zheng [email protected]

When starting a guest with one nic device, then
starting a guest with two nics (not removing env),
the second nic can not be initialized correctly.

When booting a guest with nic_extra_params, then
booting another guest without this option, the
second guest will boot with nic_extra_params
unexpectedly.

The root cause of these issues is that we don't
update virtnet when the VM object is preprocessed.

Signed-off-by: Yunping Zheng <[email protected]>
@lmr
Copy link
Member Author

lmr commented Dec 4, 2013

@cevich and @ldoktor, given that it's been almost a month that this issue is known, I'll go ahead and push @humanux's patch. This will be a fix for the time being, until a better solution is figured out.

My apologies for the delay, @ypu.

lmr added a commit that referenced this pull request Dec 4, 2013
virt.virtnet : update vm.virtnet when guest reboot
@lmr lmr merged commit 9d2114d into master Dec 4, 2013
@lmr
Copy link
Member Author

lmr commented Dec 4, 2013

#1058

@lmr lmr deleted the virtnet2 branch December 11, 2013 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant